NR-572481: Document NEW_RELIC_APP_NAME support for Lambda APM mode#24382
Open
cbehera-newrelic wants to merge 5 commits into
Open
NR-572481: Document NEW_RELIC_APP_NAME support for Lambda APM mode#24382cbehera-newrelic wants to merge 5 commits into
cbehera-newrelic wants to merge 5 commits into
Conversation
- Corrected NEW_RELIC_APP_NAME description in env-variables-lambda.mdx: removed "not used in the New Relic UI" across Node.js, Python, Go, .NET, and Lambda extension tabs; clarified APM mode entity grouping behavior - Added new guide: set-lambda-apm-entity-name.mdx - Added new guide: group-lambdas-single-apm-entity.mdx - Updated serverless-function-monitoring.yml nav to include both new guides Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaced the feature description with a problem/solution narrative: explains entity sprawl (10 functions = 10 entities), the monitoring overhead it causes, and how NEW_RELIC_APP_NAME resolves it. Added the non-Lambda unification use case from the engineering demo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Removed thin how-to guides (set-lambda-apm-entity-name.mdx and group-lambdas-single-apm-entity.mdx) — the procedure was just setting one env var, not enough to justify standalone pages. Moved all behavioral detail into the NEW_RELIC_APP_NAME table entries in env-variables-lambda.mdx: entity grouping rules, cross-runtime limitation, ARN filtering tip, and entity lifecycle warning. Updated nav to remove the two deleted pages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ptions with structured headings
… from env-variables table
|
Hi @cbehera-newrelic 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. Please ensure the propsed changes look good by building it first in your local environment. Refer to this contribution guide to get the site up and running in your local. If you really require a preview url, reach out to one of the writers and they will generate one for you. |
Contributor
Author
|
netlify build |
🚀 Netlify Preview Building!If the build is successful, the preview for this pull request will be available at the following URL (usually takes 10-20 minutes): https://nr-572481-new-relic-app-name-lambda-apm--docs-website-netlify.netlify.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
NEW_RELIC_APP_NAMEdescriptions inenv-variables-lambda.mdx— removed the inaccurate "not used in the New Relic UI" statement across Node.js, Python, Go, .NET, and Lambda extension tabsNEW_RELIC_APP_NAMErow to the Java and Ruby tabs (previously missing)NEW_RELIC_APP_NAMEdetailed behaviour at/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/app-name-apm-lambda/(not added to nav)Jira ticket
NR-572481